home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
-
- #include "Reconstruct.h"
-
- #ifndef NULL
- #define NULL 0L
- #endif
-
-
- AnimateInitialize( XL,YL,XH,YH)
- double XL, XH, YL, YH;
- {
- }
-
-
- AnimateShadeCell( Boundary, Sample )
- RectType *Boundary;
- SampleData *Sample;
- {
- }
-
-
- void Animate (Animation)
- char *Animation;
- {
- }
-
-
- static void AnimateReDraw()
- {
- }
-
-
-
- AnimateDoEvent()
- {
- }
-
- int AnimateCheckInput()
- {
- }
-
-
- AnimateExit()
- {
- }
-
-
-
-
-